Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflows, use newer version of Python #416

Merged
merged 2 commits into from
Aug 12, 2023

Conversation

koba-e964
Copy link
Member

@koba-e964 koba-e964 commented Aug 11, 2023

We are using Python 3.8 because AtCoder and Codeforces use this version currently. (as of 2023-08-11)
Besides, we lock versions for some programming languages (as of 2023-08-11):

Language Locked Version AtCoder (old judge) AtCoder (new judge) Codeforces
Python 3.8 3.8.2 3.11.4 3.8.10
Ruby 3.0 2.7.1 (EOL: 2023-03-31) 3.2.2 3.0.0
Nim 1.6.14 1.0.6 1.6.14 N/A

@koba-e964 koba-e964 force-pushed the fix/ci-python-version branch 6 times, most recently from a0c7e09 to c206e10 Compare August 12, 2023 00:42
@koba-e964
Copy link
Member Author

There are some failing checks:

  • verification for C# is broken
  • verification for Go is broken
  • some tests don't pass

However, this PR breaks nothing on its own, so I'll be merging this.

@koba-e964 koba-e964 merged commit dfb3476 into master Aug 12, 2023
@koba-e964 koba-e964 deleted the fix/ci-python-version branch August 12, 2023 01:28
@koba-e964 koba-e964 mentioned this pull request Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants